FTP Configuration
|
If you have FTP access to your blog (or an external FTP server) you can use it to upload images and other files. The information you have to enter here is basically the same you already entered in your FTP client. Following an example:
|

|
|
Host
|
Name of the FTP server without any additional prefix or suffix.
|
|
Examples:
|
myserver.com
ftp.server.net
|
|
|
Port
|
This depends on the server, default value is 21.
|
|
Timeout
|
The number of seconds that BlogDesk will wait for a response before failing the operation.
|
|
Login
|
The username to be used to authenticate to the FTP server. This is the same username you entered in your FTP client to access the blog directories.
|
|
Password
|
The password to be used to authenticate to the FTP server. This is the same password you entered in your FTP client to access the blog directories.
|
|
Account
|
This field normaly can be empty.
|
|
Upload Path
|
The Upload Path is the path/folder on the server where the files are uploaded to (i.e. the destination directory). When the blog system wants to display an image it will look in this directory for the image file. Even if it's only one path, the FTP server and the blog system both have a different 'view' at it. That makes configuration a bit complicated.
|
|
FTP
|
The name of the directory used for uploading images (relative to the FTP host).
|
Examples:
|
/user/myblog/wp-content/
/html/blogs/myblog/wp-content/images/
|
|
The easiest way to find out the name of the directory is to login with your FTP client and go to the directory where your blog system is located. This is the directory you created or chose when you installed the blog system on your server. If you use WordPress you will find a sub-directory wp-content, many bloggers even create an additional sub-directory only for images. No matter how it's called, when you go to this directory, your FTP client will display its whole name somewhere on the screen. Just copy this name to BlogDesk.
|
If your blog is hosted by a service like blogg.de, you normally won't have access to a FTP server. But you still can upload your images to a different FTP server, maybe even your online provider offers free FTP space. Or you can use the DirectUpload.
|
|
Blog
|
Here you have to enter the name of the upload directory as well, but this time relative to the Blog host.
|
Examples:
|
/wp-content/
/wp-content/images/
|
|
The name of the directory corresponds to the name you entered in the FTP field, but it probably won't be exactly the same. Because the blog system has a different 'view' on the directory structure, normally only the end of the paths will be the same. For example, the FTP directory
|
/html/blogs/myblog/wp-content/images/
|
could be
|
/wp-content/images/
|
in the eyes of the blog, and this would be the name to enter here.
|
If you upload your images to a different FTP server which has nothing to do with the blog system, just enter the complete Web address of the directory where the files can be retrieved. If you have e.g. a FTP account on a Lycos server, the address of the directory could look like this:
|
Example:
|
http://user.lycos.com/name/
|
|
|
Connection
|
Select the Type of the connetion. If you choose a Secure Connection you normally must change the Port accordingly (default would be 990).
|
If you are behind a firewall and notice problems connecting to the server, activating the Passive Mode option may help.
|
|
Test
|
Here you can test if the data for the FTP account and the Upload Path is correct.
|